/* Default Styles */
.mb_0{
  margin-bottom: 0px !important;
}
.mt_10{
  margin-top: 10px !important;
}
.mt_20{
  margin-top: 20px !important;
}
.mb_20{
  margin-bottom: 20px !important;
}
#errorMsg-validDomain-error, .custom-error{
  color: #c81326;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: .85rem;
  clear: both;
  text-align: right;
  position: relative;
}
.hide-block{
  display: none !important;
}
/* Phone Number Fields */
.phone-field{
  position: relative;
}
.countryCode{
  display: none;
  position: absolute;
  background: #0068b5;
  color: #fff;
  top: 29px;
  padding: 6px;
}
.phone-block{
  position: relative;
}
.tooltip3 {
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0px;
  height: 0px;
  padding-top: 0px !important;
  cursor: pointer;
}

.tooltip3 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 144%;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip3 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.tooltip3:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip4 {
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 20px;
  height: 0px;
  padding-top: 0px !important;
  cursor: pointer;
}

.tooltip4 .tooltiptext {
  visibility: hidden;
  width: 255px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -28px;
  right: 144%;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip4 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.tooltip4:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip3 img, .tooltip4 img{
  width: 15px;
  height: 15px;
}

/* One Click Options Block */

.oneClickOptionBlock{

}
.oneClickOptionBlock label{
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color: #0068b5;
}
.vc-hide {
  display:none;
}

/* Duplicate Restriction */
.reveal{
  padding: 20px;
}
#webinarInfo{
  color: #c81326;
}
.btn-disabled,.btn-disabled:hover{
  opacity: 0.6;
  cursor: not-allowed;
}

/* Multi Event */
.m_MultiEvent h3.select-all{
  display: inline-block;
}
.select-webinar-error{
  text-align: left;
  display: none;
}